projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c02e31
)
(keyboard-quit): Doc fix.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 1 Jun 1998 03:04:39 +0000
(
03:04
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 1 Jun 1998 03:04:39 +0000
(
03:04
+0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 96f77b95cd66fde80f976ef53dc8d96a27f0eccb..eb1f31ec4504eb4ea8e787a1a2bba16891ca9e3f 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-3336,7
+3336,7
@@
when it is off screen)."
;; Quitting out of a program does not go through here;
;; that happens in the QUIT macro at the C code level.
(defun keyboard-quit ()
- "Signal a
quit
condition.
+ "Signal a
`quit'
condition.
During execution of Lisp code, this character causes a quit directly.
At top-level, as an editor command, this simply beeps."
(interactive)